Skip to content

Separate withdraw and deposit gateway activation#562

Merged
AmirRajabii merged 2 commits into
devfrom
separate-withdraw-and-deposit-gateway-activation
Jul 30, 2025
Merged

Separate withdraw and deposit gateway activation#562
AmirRajabii merged 2 commits into
devfrom
separate-withdraw-and-deposit-gateway-activation

Conversation

@AmirRajabii

Copy link
Copy Markdown
Contributor

Refactored gateway models, commands, and database schemas to replace the single isActive field with separate isDepositActive and isWithdrawActive fields. Added an optional description field to gateway entities. Updated related service logic, converters, and migration scripts to support these changes for both on-chain and off-chain gateways.

Refactored gateway models, commands, and database schemas to replace the single isActive field with separate isDepositActive and isWithdrawActive fields. Added an optional description field to gateway entities. Updated related service logic, converters, and migration scripts to support these changes for both on-chain and off-chain gateways.
@AmirRajabii AmirRajabii requested a review from fatemeh-i July 27, 2025 13:14
Introduced the displayOrder property to gateway and terminal command/model classes, repositories, and database schemas for both on-chain and off-chain gateways. Updated SQL schema and migration scripts to support the new display_order column. Adjusted repository queries and conversion utilities to handle displayOrder, and ensured terminals can be fetched ordered by displayOrder.
@AmirRajabii AmirRajabii merged commit f69fe4d into dev Jul 30, 2025
1 check passed
@AmirRajabii AmirRajabii deleted the separate-withdraw-and-deposit-gateway-activation branch July 30, 2025 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants